|
@@ -740,6 +740,7 @@ endif |
|
|
|
|
|
|
|
|
ifeq ($(LINUX),true) |
|
|
ifeq ($(LINUX),true) |
|
|
ifeq ($(HAVE_X11),true) |
|
|
ifeq ($(HAVE_X11),true) |
|
|
|
|
|
ifeq ($(HAVE_PYQT),true) |
|
|
# Install vst plugin |
|
|
# Install vst plugin |
|
|
install -d $(DESTDIR)$(LIBDIR)/vst/carla.vst |
|
|
install -d $(DESTDIR)$(LIBDIR)/vst/carla.vst |
|
|
|
|
|
|
|
@@ -762,6 +763,7 @@ ifeq ($(HAVE_X11),true) |
|
|
rm -rf $(DESTDIR)$(LIBDIR)/vst/carla.vst/styles |
|
|
rm -rf $(DESTDIR)$(LIBDIR)/vst/carla.vst/styles |
|
|
$(LINK) $(LIBDIR)/carla/styles $(DESTDIR)$(LIBDIR)/vst/carla.vst/styles |
|
|
$(LINK) $(LIBDIR)/carla/styles $(DESTDIR)$(LIBDIR)/vst/carla.vst/styles |
|
|
endif |
|
|
endif |
|
|
|
|
|
endif |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------------------------------------------------- |
|
|
# -------------------------------------------------------------------------------------------------------------------- |
|
|