We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d63b5 commit 3a058f3Copy full SHA for 3a058f3
xmc/Makefile
@@ -1,5 +1,8 @@
1
+
2
+ifeq (1,$(strip $(shell if dpkg --compare-versions `dpkg -s libgimp2.0-dev | awk '/^Version/ {print $$2}'` lt 2.7~; then echo 1; fi)))
3
4
PLUGIN = file-xmc
5
EXTRA_LDFLAGS = -lXcursor
6
7
include ../common.mk
-
8
+endif
xmc/description
@@ -1,2 +1,3 @@
* X11 Mouse Cursor (XMC) plug-in {version}:
Enables GIMP to import and export X11 mouse cursor files.
+ (Only shipped if the package was built against libgimp-dev < 2.7~)
0 commit comments