diff options
Diffstat (limited to 'package/libtheora/Makefile')
-rw-r--r-- | package/libtheora/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libtheora/Makefile b/package/libtheora/Makefile index 328307941..7a6437c49 100644 --- a/package/libtheora/Makefile +++ b/package/libtheora/Makefile @@ -20,6 +20,8 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBTHEORA,libtheora,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +CONFIGURE_ARGS+= --disable-examples + libtheora-install: $(INSTALL_DIR) $(IDIR_LIBTHEORA)/usr/lib $(CP) $(WRKINST)/usr/lib/libtheora*.so* \ |