From 11cd137420d45f795b67f54f73cbf97010206d7a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 17 Apr 2014 17:45:45 +0200 Subject: Fix 693518: update Makerules and debian/control Debian doesn't have libopenjp2 as a package (whereas gentoo does) so I've removed it from the control file. You'll need to use the thirdparty submodule for openjpeg2 until such a time as it exists. --- Makerules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 682160c7..d52d5591 100644 --- a/Makerules +++ b/Makerules @@ -71,8 +71,8 @@ SYS_X11_LIBS = $(shell pkg-config --libs x11 xext) SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2) SYS_FREETYPE_LIBS = $(shell pkg-config --libs freetype2) -SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjpeg1) -SYS_OPENJPEG_LIBS = $(shell pkg-config --libs libopenjpeg1) +SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjp2) +SYS_OPENJPEG_LIBS = $(shell pkg-config --libs libopenjp2) SYS_JBIG2DEC_LIBS = -ljbig2dec SYS_JPEG_LIBS = -ljpeg SYS_ZLIB_LIBS = -lz -- cgit v1.2.3