mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09: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
|
||||
|
||||
@@ -2,7 +2,7 @@ config BR2_PACKAGE_JAMVM
|
||||
bool "jamvm"
|
||||
default n
|
||||
depends on BR2_PACKAGE_CLASSPATH
|
||||
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
help
|
||||
JamVM is a new Java Virtual Machine which conforms to
|
||||
the JVM specification version 2 (blue book).
|
||||
|
||||
@@ -57,7 +57,7 @@ JAMVM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--with-classpath-install-dir=/usr \
|
||||
|
||||
|
||||
JAMVM_DEPENDENCIES = uclibc classpath
|
||||
JAMVM_DEPENDENCIES = uclibc pkgconfig classpath
|
||||
|
||||
#Include X libraries when we have an X server
|
||||
ifneq ($(BR2_PACKAGE_XSERVER_none),y)
|
||||
|
||||
Reference in New Issue
Block a user