summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-12 04:37:31 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-12 04:37:31 +0000
commit5f17c052bcae08bfd08ddca736a68b02bf3672e7 (patch)
treee1b822c30143fc5aa457a92f4d97aaa6ed02b878 /package/Makefile.in
parent7521f37372839210e18207223ef54ed768422726 (diff)
downloadbuildroot-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.in3
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