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
This commit is contained in:
parent
fc3147de24
commit
683ac0d7cd
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=xkbcomp
|
PKG_NAME:=xkbcomp
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_VERSION:=1.1.1
|
PKG_VERSION:=1.1.1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/app
|
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/app
|
||||||
@ -28,7 +28,7 @@ define Package/xkbcomp
|
|||||||
SECTION:=xorg-app
|
SECTION:=xorg-app
|
||||||
CATEGORY:=Xorg
|
CATEGORY:=Xorg
|
||||||
SUBMENU:=app
|
SUBMENU:=app
|
||||||
DEPENDS:=+libX11
|
DEPENDS:=+libX11 +libxkbfile
|
||||||
TITLE:=xkbcomp
|
TITLE:=xkbcomp
|
||||||
URL:=http://xorg.freedesktop.org/
|
URL:=http://xorg.freedesktop.org/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user