diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-17 14:39:43 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-24 23:26:46 +0200 |
commit | d776138bfff0d0c2c6e8332960ec8d70ee6e9e0b (patch) | |
tree | ebb8cbf86714e152dc67efe693541275d2f8f641 /package | |
parent | 1d5228acae2a124c84ae235fb5f39bcbab1e6312 (diff) | |
download | buildroot-novena-d776138bfff0d0c2c6e8332960ec8d70ee6e9e0b.tar.gz buildroot-novena-d776138bfff0d0c2c6e8332960ec8d70ee6e9e0b.zip |
matchbox: fix dependencies
A dependency on BR2_PACKAGE_XORG7 is enough, no need to depend on
BR2_PACKAGE_XORG_XSERVER.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/matchbox/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in index b57a4a29f..afa568412 100644 --- a/package/matchbox/Config.in +++ b/package/matchbox/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_MATCHBOX bool "MatchBox Window Manager" - select BR2_PACKAGE_XSERVER_XORG_SERVER select BR2_PACKAGE_XORG7 select BR2_PACKAGE_FONTCONFIG select BR2_PACKAGE_XLIB_LIBXDAMAGE |