app-text/sile: restrict to lua 5.3+
[sgilles-overlay.git] / app-text / mupdf / files / mupdf-1.8-system-glfw.patch
blobbda8bd87e571979f3b5cfd8523b146a061fece35
1 --- mupdf-1.8/Makerules
2 +++ mupdf-1.8/Makerules
3 @@ -119,6 +119,8 @@
4 SYS_JBIG2DEC_LIBS = -ljbig2dec
5 SYS_JPEG_LIBS = -ljpeg
6 SYS_ZLIB_LIBS = -lz
7 +SYS_GLFW_CFLAGS = $(shell pkg-config --cflags glfw3 gl)
8 +SYS_GLFW_LIBS = $(shell pkg-config --libs glfw3 gl)
10 endif