Selaa lähdekoodia

add build dependency

Waldemar Brodkorb 13 vuotta sitten
vanhempi
commit
1659a23722
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      package/glib/Makefile
  2. 1 1
      package/xcb-proto/Makefile

+ 1 - 1
package/glib/Makefile

@@ -11,7 +11,7 @@ PKG_MD5SUM:=		9f6e85e1e38490c3956f4415bcd33e6e
 PKG_DESCR:=		low-level core library that forms the basis of GTK+
 PKG_SECTION:=		libs
 PKG_DEPENDS:=		libintl libiconv libpthread
-PKG_BUILDDEP:=		gettext libiconv
+PKG_BUILDDEP:=		gettext libiconv dbus
 PKG_URL:=		http://www.gtk.org/
 PKG_SITES:=		http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/
 

+ 1 - 1
package/xcb-proto/Makefile

@@ -24,7 +24,7 @@ include $(TOPDIR)/mk/python.mk
 CONFIGURE_ENV+=		PYTHON=$(PYTHON)
 
 xcb-proto-install:
-	${INSTALL_DIR} ${IDIR_XCB_PROTO}/usr/share/
+	${INSTALL_DIR} ${IDIR_XCB_PROTO}/usr/share
 	${CP} ${WRKINST}/usr/share/xcb ${IDIR_XCB_PROTO}/usr/share
 	${INSTALL_DIR} ${STAGING_DIR}/usr/share/xcb
 	${CP} ${WRKINST}/usr/share/xcb/* ${STAGING_DIR}/usr/share/xcb