|
@@ -1,7 +1,6 @@
|
|
config BR2_PACKAGE_XSERVER_XORG_SERVER
|
|
config BR2_PACKAGE_XSERVER_XORG_SERVER
|
|
bool "xorg-server"
|
|
bool "xorg-server"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
- select BR2_PACKAGE_LIBPCIACCESS if BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
|
|
|
|
# We need a SHA1 implementation. If either openssl or
|
|
# We need a SHA1 implementation. If either openssl or
|
|
# libgcrypt are already part of the build, we'll use one of
|
|
# libgcrypt are already part of the build, we'll use one of
|
|
# them, otherwise, use the small libsha1 library.
|
|
# them, otherwise, use the small libsha1 library.
|
|
@@ -96,6 +95,7 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_LIBDRM if (BR2_PACKAGE_XPROTO_XF86DRIPROTO || \
|
|
select BR2_PACKAGE_LIBDRM if (BR2_PACKAGE_XPROTO_XF86DRIPROTO || \
|
|
BR2_PACKAGE_XPROTO_DRI2PROTO)
|
|
BR2_PACKAGE_XPROTO_DRI2PROTO)
|
|
|
|
+ select BR2_PACKAGE_LIBPCIACCESS
|
|
select BR2_PACKAGE_XLIB_LIBXSHMFENCE if BR2_PACKAGE_XPROTO_DRI3PROTO
|
|
select BR2_PACKAGE_XLIB_LIBXSHMFENCE if BR2_PACKAGE_XPROTO_DRI3PROTO
|
|
help
|
|
help
|
|
This variant of the X.org server is the full-blown variant,
|
|
This variant of the X.org server is the full-blown variant,
|