732d94d25f
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
17 lines
372 B
Plaintext
17 lines
372 B
Plaintext
config BR2_PACKAGE_XORG
|
|
bool "X.org X Window System"
|
|
default n
|
|
depends !BR2_PACKAGE_TINYX
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_LIBPNG
|
|
select BR2_PACKAGE_EXPAT
|
|
select BR2_PACKAGE_FONTCONFIG
|
|
select BR2_PACKAGE_PKGCONFIG
|
|
help
|
|
The official X Window system and server.
|
|
|
|
comment "X.org X Window System disabled, tinyx selected"
|
|
depends on BR2_PACKAGE_TINYX
|
|
|
|
|