|
@@ -53,7 +53,8 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_LIBDRM
|
|
select BR2_PACKAGE_LIBDRM
|
|
select BR2_PACKAGE_LIBPCIACCESS
|
|
select BR2_PACKAGE_LIBPCIACCESS
|
|
- select BR2_PACKAGE_XLIB_LIBXSHMFENCE if BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
|
|
|
+ select BR2_PACKAGE_XLIB_LIBXSHMFENCE if \
|
|
|
|
+ (BR2_TOOLCHAIN_HAS_SYNC_4 && !BR2_RISCV_32)
|
|
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,
|
|
as used by desktop GNU/Linux distributions. The drivers (for
|
|
as used by desktop GNU/Linux distributions. The drivers (for
|