Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jhammen
handrumr.lv2
Commits
5288bcbc
Commit
5288bcbc
authored
Aug 24, 2021
by
jhammen
Browse files
gtk2 for host compatibility
parent
3032e1a4
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5288bcbc
...
...
@@ -22,8 +22,8 @@ add_library(${PROJECT_NAME}_ui SHARED
set_target_properties
(
${
PROJECT_NAME
}
_ui PROPERTIES PREFIX
""
)
find_package
(
PkgConfig REQUIRED
)
pkg_check_modules
(
GTK
3
REQUIRED gtk+-
3
.0
)
include_directories
(
${
GTK
3
_INCLUDE_DIRS
}
)
pkg_check_modules
(
GTK
2
REQUIRED gtk+-
2
.0
)
include_directories
(
${
GTK
2
_INCLUDE_DIRS
}
)
install
(
TARGETS
${
PROJECT_NAME
}
DESTINATION /usr/lib/lv2/
${
PROJECT_NAME
}
.lv2
)
install
(
TARGETS
${
PROJECT_NAME
}
_ui DESTINATION /usr/lib/lv2/
${
PROJECT_NAME
}
.lv2
)
...
...
handrumr.ttl
View file @
5288bcbc
...
...
@@ -48,7 +48,7 @@
<http://j2page.org/lv2/handrumr#ui>
a
ui:
Gtk
3
UI
;
a
ui:
GtkUI
;
lv2:
requiredFeature
urid:
map
;
ui:
portNotification
[
ui:
plugin
<http://j2page.org/lv2/handrumr>
;
...
...
handrumr16.ttl
View file @
5288bcbc
...
...
@@ -137,7 +137,7 @@
]
.
<http://j2page.org/lv2/handrumr#ui>
a
ui:
Gtk
3
UI
;
a
ui:
GtkUI
;
lv2:
requiredFeature
urid:
map
;
ui:
portNotification
[
ui:
plugin
<http://j2page.org/lv2/handrumr16>
;
...
...
handrumr2.ttl
View file @
5288bcbc
...
...
@@ -53,7 +53,7 @@
]
.
<http://j2page.org/lv2/handrumr#ui>
a
ui:
Gtk
3
UI
;
a
ui:
GtkUI
;
lv2:
requiredFeature
urid:
map
;
ui:
portNotification
[
ui:
plugin
<http://j2page.org/lv2/handrumr2>
;
...
...
manifest.ttl
View file @
5288bcbc
...
...
@@ -18,6 +18,6 @@
rdfs:
seeAlso
<handrumr16.ttl>
.
<http://j2page.org/lv2/handrumr#ui>
a
ui:
Gtk
3
UI
;
a
ui:
GtkUI
;
ui:
binary
<handrumr_ui.so>
;
rdfs:
seeAlso
<handrumr.ttl>
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment