summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-27 16:55:13 +0000
committerDavid Robillard <d@drobilla.net>2008-11-27 16:55:13 +0000
commite58b99043ff0dac28f26a27165fda22019857501 (patch)
treed76d1e3f897c5c8e91952b62ebcac03ce3b7c982 /src/ingen
parent4d56efc6a78330fcfc9662318bef0ffed2c14850 (diff)
downloadingen-e58b99043ff0dac28f26a27165fda22019857501.tar.gz
ingen-e58b99043ff0dac28f26a27165fda22019857501.tar.bz2
ingen-e58b99043ff0dac28f26a27165fda22019857501.zip
Install Ingen menu entry.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1796 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/ingen.desktop (renamed from src/ingen/ingen.desktop.in)2
-rw-r--r--src/ingen/wscript2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ingen/ingen.desktop.in b/src/ingen/ingen.desktop
index 6bd00e05..ebd92f32 100644
--- a/src/ingen/ingen.desktop.in
+++ b/src/ingen/ingen.desktop
@@ -2,7 +2,7 @@
Encoding=UTF-8
Name=Ingen
Comment=Create synthesizers and effects processors in a modular environment
-Exec=ingen -g
+Exec=ingen -eg
Terminal=false
Icon=ingen-icon.svg
Type=Application
diff --git a/src/ingen/wscript b/src/ingen/wscript
index 50b6704d..688c16db 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -12,4 +12,6 @@ def build(bld):
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP')
autowaf.build_wrapper(bld, 'ingen.in', obj)
+
+ install_files('DATADIR', 'applications', 'ingen.desktop')