Fix dependencies for a lot of xorg packages.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12522 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -26,10 +26,6 @@ define Package/libXvMC
|
||||
URL:=http://xorg.freedesktop.org/
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
DESTDIR=$(STAGING_DIR) $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
|
||||
endef
|
||||
|
||||
ifeq (libXvMC,libX11)
|
||||
CONFIGURE_ARGS+=--without-xcb
|
||||
endif
|
||||
@ -71,7 +67,7 @@ define Package/libXaw/install
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(STAGING_DIR)
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libXvMC))
|
||||
|
Reference in New Issue
Block a user