File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,14 @@ SET(SAMP_ZERO_POS "0" CACHE STRING "Default sample zero position 0=top left (tl)
1212
1313# check for our various libraries
1414find_package (PkgConfig)
15- pkg_check_modules(LV2 REQUIRED lv2core>=6.0)
16- pkg_check_modules(LV2EVENT REQUIRED lv2-lv2plug.in-ns-ext -event>=1.4)
17- pkg_check_modules(LV2UI REQUIRED lv2-lv2plug.in-ns-extensions-ui>=2.4)
18- pkg_check_modules(LV2URID REQUIRED lv2-lv2plug.in-ns-ext -urid>=1.0)
19- pkg_check_modules(LV2ATOM REQUIRED lv2-lv2plug.in-ns-ext -atom>=0.6)
20- pkg_check_modules(LV2STATE REQUIRED lv2-lv2plug.in-ns-ext -state>=0.6)
15+ pkg_check_modules(LV2 REQUIRED lv2>=0.1.0)
2116pkg_check_modules(SNDFILE REQUIRED sndfile>=1.0.20)
2217pkg_check_modules(SAMPLERATE REQUIRED samplerate>=0.1.5)
2318pkg_check_modules (GTK2 REQUIRED gtk+-2.0>=2.22.0)
2419find_package (EXPAT REQUIRED)
2520
26- include_directories (${LV2_INCLUDE_DIRS} ${LV2EVENT_INCLUDE_DIRS} ${LV2UI_INCLUDE_DIRS} ${LV2URID_INCLUDE_DIRS} ${LV2ATOM_INCLUDE_DIRS} ${LV2STATE_INCLUDE_DIRS} ${ EXPAT_INCLUDE_DIRS} ${SNDFILE_INCLUDE_DIRS} ${SAMPLERATE_INCLUDE_DIRS} ${GTK2_INCLUDE_DIRS} )
27- link_directories (${LV2_LIBRARY_DIRS} ${LV2EVENT_LIBRARY_DIRS} ${LV2UI_LIBRARY_DIRS} ${LV2URID_LIBRARY_DIRS} ${LV2ATOM_LIBRARY_DIRS} ${LV2STATE_LIBRARY_DIRS} ${ EXPAT_LIBRARY_DIRS} ${SNDFILE_LIBRARY_DIRS} ${SAMPLERATE_LIBRARY_DIRS} ${GTK2_LIBRARY_DIRS} )
21+ include_directories (${LV2_INCLUDE_DIRS} ${EXPAT_INCLUDE_DIRS} ${SNDFILE_INCLUDE_DIRS} ${SAMPLERATE_INCLUDE_DIRS} ${GTK2_INCLUDE_DIRS} )
22+ link_directories (${LV2_LIBRARY_DIRS} ${EXPAT_LIBRARY_DIRS} ${SNDFILE_LIBRARY_DIRS} ${SAMPLERATE_LIBRARY_DIRS} ${GTK2_LIBRARY_DIRS} )
2823
2924# config libraries
3025
You can’t perform that action at this time.
0 commit comments