diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-30 12:55:29 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-30 12:55:29 +0000 |
commit | d4e56ff4dc8a0528550eb8503956bdcddb2fe516 (patch) | |
tree | 2d6f8114da90ab526a5d7595c55ad8559de64366 /package/xorg/Config.in | |
parent | af593cbceefb461c8c089395ff257c05cd290af7 (diff) | |
download | buildroot-novena-d4e56ff4dc8a0528550eb8503956bdcddb2fe516.tar.gz buildroot-novena-d4e56ff4dc8a0528550eb8503956bdcddb2fe516.zip |
packages: fix xorg to compile modular and tiny versions
Based on googlecode r558 by John Voltz.
Diffstat (limited to 'package/xorg/Config.in')
-rw-r--r-- | package/xorg/Config.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/xorg/Config.in b/package/xorg/Config.in deleted file mode 100644 index c4fb419b3..000000000 --- a/package/xorg/Config.in +++ /dev/null @@ -1,15 +0,0 @@ -config BR2_PACKAGE_XORG - depends on BR2_DEPRECATED - bool "X.org X Window System" - default y if BR2_PACKAGE_XSERVER_xorg - select BR2_PACKAGE_ZLIB - select BR2_PACKAGE_LIBPNG - select BR2_PACKAGE_EXPAT - select BR2_PACKAGE_FONTCONFIG - select BR2_PACKAGE_PKGCONFIG - help - The official X Window system and server. - -comment "X.org 6.8.2 X Window System disabled" - depends on BR2_PACKAGE_TINYX||BR2_PACKAGE_XORG7 - |