Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c1e7e003238600dedca0b564df31a139a63a03f2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c1e7e003238600dedca0b564df31a139a63a03f2)
  • Date: Wed, 21 Mar 2018 08:59:57 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/suil-0/DEPENDS | 4 ++--
audio-libs/suil-0/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit c1e7e003238600dedca0b564df31a139a63a03f2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

suil-0: Fix build flags for gtk and qt

diff --git a/audio-libs/suil-0/DEPENDS b/audio-libs/suil-0/DEPENDS
index 8cfb8f3..26c31c1 100755
--- a/audio-libs/suil-0/DEPENDS
+++ b/audio-libs/suil-0/DEPENDS
@@ -1,7 +1,7 @@
depends python &&
depends lv2 &&
-optional_depends gtk+2 "" "-no-gtk" "support gtk+2 plugins" &&
-optional_depends qtbase "" "-no-qt" "support QT5 plugins" &&
+optional_depends gtk+2 "" "--no-gtk" "support gtk+2 plugins" &&
+optional_depends qtbase "" "--no-qt" "support QT5 plugins" &&
if is_depends_enabled $SPELL qtbase; then
depends -sub CXX gcc
fi
diff --git a/audio-libs/suil-0/HISTORY b/audio-libs/suil-0/HISTORY
index d9e8bc8..d53dc7d 100644
--- a/audio-libs/suil-0/HISTORY
+++ b/audio-libs/suil-0/HISTORY
@@ -1,3 +1,6 @@
+2018-03-21 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build flags for gtk and qt
+
2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 0.8.4
* DEPENDS: only support qt5, drop qt4



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c1e7e003238600dedca0b564df31a139a63a03f2), Ismael Luceno, 03/21/2018

Archive powered by MHonArc 2.6.24.

Top of Page