[aseprite] 51/128: Fixing underlinking for gcc 4.9

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit e7883b7d6428662077fa88c8dfa4e0fdee28ff46
Author: Azamat H. Hackimov <azamat.hackimov at gmail.com>
Date:   Fri Apr 22 13:42:26 2016 +0500

    Fixing underlinking for gcc 4.9
    
    Allegro4 backend uses XGrabPointer() from libX11.
    Added ${X11_LIBRARIES} for she to resolve underlinking.
---
 src/she/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/she/CMakeLists.txt b/src/she/CMakeLists.txt
index cddf5bc..1841aa6 100644
--- a/src/she/CMakeLists.txt
+++ b/src/she/CMakeLists.txt
@@ -242,7 +242,8 @@ if(USE_ALLEG4_BACKEND)
   target_link_libraries(she
     ${LOADPNG_LIBRARY}
     ${LIBALLEGRO4_LINK_FLAGS}
-    ${DXGUID_LIBRARIES})
+    ${DXGUID_LIBRARIES}
+    ${X11_LIBRARIES})
 endif()
 
 if(USE_SKIA_BACKEND)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list