mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 22:12:12 +00:00
packages: fix pkgconfig depencies and select pkgconfig where needed
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_CLASSPATH
|
||||
bool "classpath"
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
default n
|
||||
|
||||
help
|
||||
|
||||
@@ -58,7 +58,7 @@ CLASSPATH_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--disable-debug PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
|
||||
--disable-gconf-peer --disable-examples --disable-plugin
|
||||
|
||||
CLASSPATH_DEPENDENCIES = uclibc png jpeg tiff
|
||||
CLASSPATH_DEPENDENCIES = uclibc pkgconfig png jpeg tiff
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||
CLASSPATH_DEPENDENCIES+= alsa-lib
|
||||
|
||||
Reference in New Issue
Block a user