2010-01-02 13:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* mpkg_rpm.sh
    + Really added cairo enabler logic.
This commit is contained in:
Viktor Szakats
2010-01-02 12:47:01 +00:00
parent 47e4b79e3a
commit 0495d968c6
2 changed files with 8 additions and 0 deletions

View File

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

View File

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