projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ed97b
)
xkbcomp links to libxkbfile. Add the dependency. This fixes compile failures.
author
Michael Büsch
<mb@bu3sch.de>
Wed, 27 Oct 2010 11:53:10 +0000
(11:53 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Wed, 27 Oct 2010 11:53:10 +0000
(11:53 +0000)
SVN-Revision: 23662
Xorg/xorg/app/xkbcomp/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/xorg/app/xkbcomp/Makefile
b/Xorg/xorg/app/xkbcomp/Makefile
index 7a47d388fb299c84461ddcb8ece043245b00f1b1..25d1931a84782384c97a082939f1358bb62aed9c 100644
(file)
--- 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