diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-12 04:37:31 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-12 04:37:31 +0000 |
commit | 5f17c052bcae08bfd08ddca736a68b02bf3672e7 (patch) | |
tree | e1b822c30143fc5aa457a92f4d97aaa6ed02b878 /package/Makefile.in | |
parent | 7521f37372839210e18207223ef54ed768422726 (diff) | |
download | buildroot-novena-5f17c052bcae08bfd08ddca736a68b02bf3672e7.tar.gz buildroot-novena-5f17c052bcae08bfd08ddca736a68b02bf3672e7.zip |
Update various packages to make X run
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 7d9a891f2..12c37d265 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -237,6 +237,9 @@ endif ifeq ($(strip $(BR2_PACKAGE_XORG)),y) XSERVER+=xorg endif +ifeq ($(strip $(BR2_PACKAGE_XORG7)),y) +XSERVER+=xserver_xorg-server +endif ifeq ($(strip $(BR2_PACKAGE_XGGI)),y) XSERVER+=xggi endif |