diff options
Diffstat (limited to 'graphics/goxel/files/patch-SConstruct')
| -rw-r--r-- | graphics/goxel/files/patch-SConstruct | 2 |
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') |
