From 683ac0d7cdbab107bf318619f8f54520ae877d9c Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 27 Oct 2010 11:53:10 +0000 Subject: [PATCH] xkbcomp links to libxkbfile. Add the dependency. This fixes compile failures. git-svn-id: svn://svn.openwrt.org/openwrt/packages@23662 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/xorg/app/xkbcomp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xorg/xorg/app/xkbcomp/Makefile b/Xorg/xorg/app/xkbcomp/Makefile index 7a47d388f..25d1931a8 100644 --- a/Xorg/xorg/app/xkbcomp/Makefile +++ b/Xorg/xorg/app/xkbcomp/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xkbcomp -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_VERSION:=1.1.1 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/app @@ -28,7 +28,7 @@ define Package/xkbcomp SECTION:=xorg-app CATEGORY:=Xorg SUBMENU:=app - DEPENDS:=+libX11 + DEPENDS:=+libX11 +libxkbfile TITLE:=xkbcomp URL:=http://xorg.freedesktop.org/ endef -- 2.11.0