summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-08-23 18:13:20 +0200
committerJens Georg <mail@jensge.org>2019-08-23 18:13:20 +0200
commit9db998ff5ceadb62fd1898a84c68894d986556e3 (patch)
tree751220beb0d404ed7d73fb085346506c46c9c38d
parentd574e46466d2b69629cb050e27783248c9dcc8f5 (diff)
downloadrygel-9db998ff5ceadb62fd1898a84c68894d986556e3.tar.gz
build: Fix typo
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ec7da4fb..85573e6c 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,7 @@ if not get_option('uninstalled')
rygel_plugindir = join_paths(rygel_libdir, 'rygel-2.6', 'plugins')
rygel_enginedir = join_paths(rygel_libdir, 'rygel-2.6', 'engines')
rygel_presetdir = join_paths(rygel_datadir, 'presets')
- rygel_icondir = join_paths(get_opion('prefix'), get_option('datadir'), 'icons', 'hicolor')
+ rygel_icondir = join_paths(get_option('prefix'), get_option('datadir'), 'icons', 'hicolor')
rygel_bigicondir = join_paths(rygel_datadir, 'icons', '120x120')
rygel_smallicondir = join_paths(rygel_datadir, 'icons', '48x48')
else