From: mb Date: Sat, 2 Oct 2010 18:26:03 +0000 (+0000) Subject: pwrtray: Add missing PKG_CONFIG_DEPENDS X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=0796551de5e39907c352c0aa03feb60048ee1b80;p=packages.git pwrtray: Add missing PKG_CONFIG_DEPENDS git-svn-id: svn://svn.openwrt.org/openwrt/packages@23183 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/app/pwrtray/Makefile b/Xorg/app/pwrtray/Makefile index eca2c5be6..5aa2dfb6d 100644 --- a/Xorg/app/pwrtray/Makefile +++ b/Xorg/app/pwrtray/Makefile @@ -20,6 +20,10 @@ PKG_SOURCE_VERSION:=$(PKG_REV) PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 +PKG_CONFIG_DEPENDS:= \ + CONFIG_PACKAGE_pwrtray-backend \ + CONFIG_PACKAGE_pwrtray + include $(INCLUDE_DIR)/package.mk define Package/pwrtray-common