mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
More pygame cleanups. It at least compiles now.
This commit is contained in:
@@ -26,7 +26,13 @@ define Package/pygame/description
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr",LOCALBASE="$(STAGING_DIR)/usr")
|
||||
$(call Build/Compile/PyMod,,\
|
||||
install \
|
||||
--prefix="$(PKG_INSTALL_DIR)/usr" \
|
||||
, \
|
||||
LOCALBASE="$(STAGING_DIR)/usr" \
|
||||
NO_SCRAP=1 \
|
||||
)
|
||||
endef
|
||||
|
||||
define Package/pygame/install
|
||||
|
||||
Reference in New Issue
Block a user