repo.or.cz
/
sgilles-overlay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
app-text/sile: restrict to lua 5.3+
[sgilles-overlay.git]
/
app-text
/
mupdf
/
files
/
mupdf-1.8-system-glfw.patch
blob
bda8bd87e571979f3b5cfd8523b146a061fece35
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)
9
10
endif
11