[aseprite] 114/196: Fix invalid LIBJPEG_DIR reference introduced in 3e9de78fa26971f0d2e57b09f971c17714640022

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:50:09 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 85418c1530fbaa30e2edf7867daaa0da6410b8ad
Author: David Capello <davidcapello at gmail.com>
Date:   Sat Mar 26 10:39:07 2016 -0300

    Fix invalid LIBJPEG_DIR reference introduced in 3e9de78fa26971f0d2e57b09f971c17714640022
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0c5433..c8a685b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -235,7 +235,7 @@ if(USE_SHARED_JPEGLIB)
   find_package(JPEG REQUIRED)
 else()
   set(JPEG_LIBRARIES jpeg)
-  set(JPEG_INCLUDE_DIRS ${LIBJPEG_DIRS})
+  set(JPEG_INCLUDE_DIRS ${LIBJPEG_DIR})
 endif()
 include_directories(${JPEG_INCLUDE_DIRS})
 

-- 
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