mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
libpciaccess is not needed for libdrm itself, only the intel driver depends on it: https://cgit.freedesktop.org/mesa/drm/tree/meson.build#n240 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
menu "Select libdrm build options"
|
|
depends on PACKAGE_libdrm
|
|
|
|
config LIBDRM_INTEL
|
|
bool "Intel support"
|
|
default n
|
|
depends on x86_64 || i386
|
|
help
|
|
Installs the Intel driver.
|
|
|
|
endmenu
|