From f604ccecb4d07e3e6b60d35056f846e62cdbe50b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Sat, 2 Oct 2010 18:26:03 +0000 Subject: [PATCH] pwrtray: Add missing PKG_CONFIG_DEPENDS SVN-Revision: 23183 --- Xorg/app/pwrtray/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Xorg/app/pwrtray/Makefile b/Xorg/app/pwrtray/Makefile index eca2c5be66..5aa2dfb6d4 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 -- 2.30.2