|
@@ -8,6 +8,7 @@ PKG_VERSION:= 1.8.3
|
|
PKG_RELEASE:= 1
|
|
PKG_RELEASE:= 1
|
|
PKG_MD5SUM:= 393dd74f85850a4ba0803b5a78bc598b
|
|
PKG_MD5SUM:= 393dd74f85850a4ba0803b5a78bc598b
|
|
PKG_DESCR:= keybindings for X11
|
|
PKG_DESCR:= keybindings for X11
|
|
|
|
+PKG_BUILDDEP:= libX11
|
|
PKG_SECTION:= x11/apps
|
|
PKG_SECTION:= x11/apps
|
|
PKG_SITES:= http://www.nongnu.org/xbindkeys/
|
|
PKG_SITES:= http://www.nongnu.org/xbindkeys/
|
|
|
|
|
|
@@ -18,6 +19,7 @@ $(eval $(call PKG_template,XBINDKEYS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},$
|
|
CONFIGURE_ARGS+= --disable-guile \
|
|
CONFIGURE_ARGS+= --disable-guile \
|
|
--disable-tk
|
|
--disable-tk
|
|
CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes
|
|
CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes
|
|
|
|
+TARGET_LDFLAGS+= -lX11
|
|
|
|
|
|
post-install:
|
|
post-install:
|
|
$(INSTALL_DIR) $(IDIR_XBINDKEYS)/usr/bin
|
|
$(INSTALL_DIR) $(IDIR_XBINDKEYS)/usr/bin
|