summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2019-01-07 01:10:57 +0100
committerfalkTX <falktx@gmail.com>2019-01-07 01:10:57 +0100
commit204fbeb807d604042c4cd3fcb076df7906521739 (patch)
tree5954583a17cf73b4cff5f1f16357b19cb460070f /examples
parenta3006690997424238f4eac1c1f588cddb671909e (diff)
Adjustments for Cairo, and general cleanup
Signed-off-by: falkTX <falktx@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/Info/Makefile4
-rw-r--r--examples/Meters/Makefile6
-rw-r--r--examples/Parameters/Makefile6
-rw-r--r--examples/States/Makefile6
4 files changed, 11 insertions, 11 deletions
diff --git a/examples/Info/Makefile b/examples/Info/Makefile
index 200ee8c9..4fe4fa54 100644
--- a/examples/Info/Makefile
+++ b/examples/Info/Makefile
@@ -26,13 +26,13 @@ include ../../Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types
-ifeq ($(HAVE_DGL),true)
ifeq ($(HAVE_JACK),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += jack
endif
endif
-ifeq ($(HAVE_DGL),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += lv2_sep
else
TARGETS += lv2_dsp
diff --git a/examples/Meters/Makefile b/examples/Meters/Makefile
index 3fc712ce..ac50f2f9 100644
--- a/examples/Meters/Makefile
+++ b/examples/Meters/Makefile
@@ -26,21 +26,21 @@ include ../../Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types
-ifeq ($(HAVE_DGL),true)
ifeq ($(HAVE_JACK),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += jack
endif
endif
ifeq ($(LINUX),true)
-ifeq ($(HAVE_DGL),true)
ifeq ($(HAVE_LIBLO),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += dssi
endif
endif
endif
-ifeq ($(HAVE_DGL),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += lv2_sep
else
TARGETS += lv2_dsp
diff --git a/examples/Parameters/Makefile b/examples/Parameters/Makefile
index 15c39099..f097b403 100644
--- a/examples/Parameters/Makefile
+++ b/examples/Parameters/Makefile
@@ -26,22 +26,22 @@ include ../../Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types
-ifeq ($(HAVE_DGL),true)
ifeq ($(HAVE_JACK),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += jack
endif
endif
ifeq ($(LINUX),true)
-ifeq ($(HAVE_DGL),true)
ifeq ($(HAVE_LIBLO),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += ladspa
TARGETS += dssi
endif
endif
endif
-ifeq ($(HAVE_DGL),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += lv2_sep
else
TARGETS += lv2_dsp
diff --git a/examples/States/Makefile b/examples/States/Makefile
index 026e4ec2..5f4a4811 100644
--- a/examples/States/Makefile
+++ b/examples/States/Makefile
@@ -26,21 +26,21 @@ include ../../Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types
-ifeq ($(HAVE_DGL),true)
ifeq ($(HAVE_JACK),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += jack
endif
endif
ifeq ($(LINUX),true)
-ifeq ($(HAVE_DGL),true)
ifeq ($(HAVE_LIBLO),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += dssi
endif
endif
endif
-ifeq ($(HAVE_DGL),true)
+ifeq ($(HAVE_OPENGL),true)
TARGETS += lv2_sep
else
TARGETS += lv2_dsp