~vcs-imports/gnome-bluetooth/trunk

« back to all changes in this revision

Viewing changes to meson.build

  • Committer: Bastien Nocera
  • Author(s): Jan Alexander Steffens (heftig)
  • Date: 2017-09-15 15:25:39 UTC
  • Revision ID: git-v1:f69fa83e95e0d2a1428efbb29f24c87e3e2f5966
meson: Fix installing the icons

https://bugzilla.gnome.org/show_bug.cgi?id=787728

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
gnomebt_pkgdatadir = join_paths(gnomebt_datadir, meson.project_name())
36
36
gnomebt_pkglibdir = join_paths(gnomebt_libdir, meson.project_name())
37
37
 
38
 
gnomebt_icondir = join_paths(gnomebt_datadir, 'icons', 'hicolor')
 
38
gnomebt_icondir = join_paths(gnomebt_datadir, 'icons')
39
39
 
40
40
gnomebt_buildtype = get_option('buildtype')
41
41
gnomebt_debug = gnomebt_buildtype.contains('debug')