]> git.pld-linux.org Git - packages/Carla.git/commitdiff
disable Qt4 support auto/th/Carla-2.0.0-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 17 Apr 2019 09:03:32 +0000 (11:03 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 17 Apr 2019 09:03:32 +0000 (11:03 +0200)
It probably won't be available in PLD any more

Carla.spec

index c3fd4aa055db3c7258044d24305220a18b4a5bfd..d50eb3cc9eae3fce5c0ec24d3970122b697c5c31 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_with    zynaddsubfx             # build with built-in ZynAddSubFx synth
+%bcond_with    qt4                     # Qt4 plugin wrapper
 
 # current revision of source/native-plugins/external git submodule
 %define plugins_rev   859bc98
@@ -21,8 +22,10 @@ URL:         http://kxstudio.linuxaudio.org/Applications:Carla
 BuildRequires: Mesa-libGL-devel
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5Gui-devel
+%if %{with qt4}
 BuildRequires: QtCore-devel
 BuildRequires: QtGui-devel
+%endif
 BuildRequires: alsa-lib-devel
 BuildRequires: fftw3-devel
 BuildRequires: fltk-devel
This page took 0.060873 seconds and 4 git commands to generate.