mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
packages: fix pkgconfig depencies and select pkgconfig where needed
This commit is contained in:
@@ -2,6 +2,7 @@ config BR2_PACKAGE_MIDORI
|
||||
bool "midori"
|
||||
select BR2_PACKAGE_WEBKIT
|
||||
select BR2_PACKAGE_LIBSEXY
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
default n
|
||||
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
|
||||
help
|
||||
|
||||
@@ -13,9 +13,9 @@ MIDORI_INSTALL_TARGET = YES
|
||||
|
||||
MIDORI_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) --prefix=/usr --sysconfdir=/etc \
|
||||
PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
|
||||
PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig
|
||||
|
||||
|
||||
MIDORI_DEPENDENCIES = uclibc webkit libsexy $(XSERVER)
|
||||
MIDORI_DEPENDENCIES = uclibc pkgconfig webkit libsexy $(XSERVER)
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,midori))
|
||||
|
||||
Reference in New Issue
Block a user