diff options
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 |