Commit fee5783d authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

efl/libevas: remove examples source code from target filesystem

parent 7778a201
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -203,5 +203,13 @@ else
LIBEVAS_CONF_OPT += --disable-font-loader-eet
endif

# libevas installs the source code of examples on the target, which
# are generally not useful.
define LIBEVAS_REMOVE_EXAMPLES
	rm -rf $(TARGET_DIR)/usr/share/evas/examples/
endef

LIBEVAS_POST_INSTALL_TARGET_HOOKS += LIBEVAS_REMOVE_EXAMPLES

$(eval $(autotools-package))
$(eval $(host-autotools-package))