From 0495d968c6d0a425bb8423e9344cb50d154ac311 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 2 Jan 2010 12:47:01 +0000 Subject: [PATCH] 2010-01-02 13:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * mpkg_rpm.sh + Really added cairo enabler logic. --- harbour/ChangeLog | 4 ++++ harbour/mpkg_rpm.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cbbb4089eb..ad811e1762 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-01-02 13:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * mpkg_rpm.sh + + Really added cairo enabler logic. + 2010-01-02 13:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbextcdp.ch ! Deleted unnecessary #include. diff --git a/harbour/mpkg_rpm.sh b/harbour/mpkg_rpm.sh index 83525bf070..c285052efc 100755 --- a/harbour/mpkg_rpm.sh +++ b/harbour/mpkg_rpm.sh @@ -81,6 +81,10 @@ if test_reqrpm "allegro-devel" then INST_PARAM="${INST_PARAM} --with allegro" fi +if test_reqrpm "cairo-devel" +then + INST_PARAM="${INST_PARAM} --with cairo" +fi if test_reqrpm "curl-devel" then INST_PARAM="${INST_PARAM} --with curl"