From 61803082ee2f751e9cf5d5258bfe1c099f17e947 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 28 Apr 2013 14:09:23 +0200 Subject: Correct pkg-config dependency to libopenjpeg1 --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 7f4dcefb..82a664b4 100644 --- a/Makerules +++ b/Makerules @@ -33,7 +33,7 @@ RANLIB_CMD = ranlib $@ # Other Unixes use pkg-config for system third party libs else SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2) -SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjpeg) +SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjpeg1) SYS_X11_CFLAGS = $(shell pkg-config --cflags x11 xext) SYS_X11_LIBS = $(shell pkg-config --libs x11 xext) endif -- cgit v1.2.3