summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2019-08-06 13:46:35 +0200
committerØyvind Kolås <pippin@gimp.org>2019-08-06 13:47:17 +0200
commite09bbe6fc88785c341162c1ed92df43466bcb63c (patch)
treec46b15ef7acf69fcd2263921dbb256920bf0ae3a /meson.build
parente9960409817b0f96a6415d4c9258b7fab5f21f97 (diff)
meson: stop overriding libdir
Let meson do it's defaults, this mean we get installed in prefix/lib/x86_64-linux-gnu/ instead of prefix/lib/ apparently which apparently is better - but different from what autotools used to do; and leads to other paths also needing potential adjustment.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 887e288..9cf4f8a 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,6 @@ project('babl', 'c',
version: '0.1.71',
meson_version: '>=0.49.0',
default_options: [
- 'libdir=lib',
'sysconfdir=/etc',
'localstatedir=/var',
'sharedstatedir=/var/lib'
@@ -365,7 +364,7 @@ pkgconfig.generate(filebase: 'babl',
description: 'Dynamic, any to any, pixel format conversion library',
version: meson.project_version(),
libraries: [
- '-L${libdir}',
+ '-L${babl_libdir}',
'-l' + lib_name,
],
libraries_private: [