diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-08 10:14:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-08 10:14:47 +0200 |
commit | 92802d018247e34c05348cf21283e1be4cdfb4f7 (patch) | |
tree | 6c8a0310748657c7f09c4dd8488493255ec2ca01 /package/libtheora | |
parent | 34aac9b71fde9e40c0a7688bffcf84c4a754199f (diff) |
disable examples, not used
Diffstat (limited to 'package/libtheora')
-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* \ |