Commit b5a4f624 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Add explanation why examples are disabled for liboil

parent 51a28ab3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ $(LIBOIL_HOOK_POST_INSTALL):
	rm -f $(TARGET_DIR)/usr/bin/oil-bugreport
	touch $@


# Disable some examples that will break the build.
# There are sveral more that can be removed
# by someone with time over.
$(LIBOIL_HOOK_POST_CONFIGURE):
	$(SED) 's/uberopt//g' $(LIBOIL_DIR)/examples/Makefile
	$(SED) 's/work//g' $(LIBOIL_DIR)/examples/Makefile