summaryrefslogtreecommitdiff
path: root/graphics/goxel/files/patch-SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/goxel/files/patch-SConstruct')
-rw-r--r--graphics/goxel/files/patch-SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/goxel/files/patch-SConstruct b/graphics/goxel/files/patch-SConstruct
index 4c6f80575996..4714c01d0b9b 100644
--- a/graphics/goxel/files/patch-SConstruct
+++ b/graphics/goxel/files/patch-SConstruct
@@ -20,7 +20,7 @@
# Linux compilation support.
if target_os == 'posix':
+ env.Append(CPPDEFINES='HAVE_LIBPNG=1')
- env.Append(LIBS=['GL', 'm'])
+ env.Append(LIBS=['GL', 'm', 'dl'])
# Note: add '--static' to link with all the libs needed by glfw3.
env.ParseConfig('pkg-config --libs glfw3')
env.ParseConfig('pkg-config --cflags --libs gtk+-3.0')