]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Honor --disable-zypp by not building the plugin
authorMartin Vidner <mvidner@suse.cz>
Mon, 11 Nov 2019 15:07:45 +0000 (16:07 +0100)
committerMartin Vidner <mvidner@suse.cz>
Fri, 13 Dec 2019 15:31:47 +0000 (16:31 +0100)
zypp-plugin/Makefile.am

index ac95c42c5bc7f9fe2d5deb253a0fd6c036a6bea0..90117392b5c0b0bd0d0f44d0f0f32168bbf19962 100644 (file)
@@ -1,3 +1,5 @@
+if HAVE_ZYPP
+
 plugindir = /usr/lib/zypp/plugins/commit
 plugin_PROGRAMS = snapper-zypp-plugin
 
@@ -12,3 +14,5 @@ snapper_zypp_plugin_LDFLAGS = \
     ../snapper/libsnapper.la \
     ../dbus/libdbus.la \
     -lboost_regex
+
+endif
\ No newline at end of file