mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
host-pkgconfig is now host-pkg-config
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -52,7 +52,7 @@ CLASSPATH_CONF_OPT = \
|
||||
--disable-gconf-peer --disable-examples --disable-plugin \
|
||||
--disable-Werror
|
||||
|
||||
CLASSPATH_DEPENDENCIES = host-pkgconfig libpng jpeg
|
||||
CLASSPATH_DEPENDENCIES = host-pkg-config libpng jpeg
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
|
||||
CLASSPATH_DEPENDENCIES+= alsa-lib
|
||||
|
||||
@@ -47,7 +47,7 @@ JAMVM_CONF_OPT = \
|
||||
--disable-debug --with-classpath-install-dir=/usr
|
||||
|
||||
|
||||
JAMVM_DEPENDENCIES = host-pkgconfig classpath
|
||||
JAMVM_DEPENDENCIES = host-pkg-config classpath
|
||||
|
||||
#Include X libraries when we have an X server
|
||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||
|
||||
Reference in New Issue
Block a user