diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-10-18 19:41:30 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-19 12:08:52 +0200 |
| commit | bfd87877fe214af08a3eb4df160dc300a3b85203 (patch) | |
| tree | 7b13fc097171b99145f10e5f565f6bd333f47bc4 /package/libdrm/Config.in | |
| parent | e4a436f5e4a96a90051dc8265878f5a370343702 (diff) | |
| download | buildroot-bfd87877fe214af08a3eb4df160dc300a3b85203.tar.gz buildroot-bfd87877fe214af08a3eb4df160dc300a3b85203.zip | |
xlib_libpciaccess: Rename package to libpciaccess
While libpciaccess is part of the X libraries, it does not
depend upon X11 or any other X library.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libdrm/Config.in')
| -rw-r--r-- | package/libdrm/Config.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in index a9c9171ccd..8f70db51c7 100644 --- a/package/libdrm/Config.in +++ b/package/libdrm/Config.in @@ -19,17 +19,12 @@ menu "DRM Drivers" config BR2_PACKAGE_LIBDRM_INTEL bool "intel" - depends on BR2_PACKAGE_XORG7 select BR2_PACKAGE_LIBATOMIC_OPS - select BR2_PACKAGE_XLIB_LIBPCIACCESS + select BR2_PACKAGE_LIBPCIACCESS depends on BR2_i386 || BR2_x86_64 help installs intel graphics driver -comment "libdrm intel driver depends on X.org" - depends on BR2_i386 || BR2_x86_64 - depends on !BR2_PACKAGE_XORG7 - config BR2_PACKAGE_LIBDRM_RADEON bool "radeon" help |

