summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:16:29 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:16:29 +0100
commitc20bcb775dc81342a1179715710f66bf5bc4480f (patch)
treebcf1ccf129085d85ab3f9001f2ae36308ea5faf0
parent5f65b0a39c2deaa41fe99e25d7e69c65c54e03df (diff)
downloadgdk-pixbuf-c20bcb775dc81342a1179715710f66bf5bc4480f.tar.gz
meson: Use the appropriate name for the shared library
The name is `gdk_pixbuf-2.0`, not `gdk-pixbuf-2.0`, I guess for historical reasons.
-rw-r--r--gdk-pixbuf/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/meson.build b/gdk-pixbuf/meson.build
index 3b690a038..81ea843b7 100644
--- a/gdk-pixbuf/meson.build
+++ b/gdk-pixbuf/meson.build
@@ -108,7 +108,7 @@ foreach l: loaders
endforeach
# The main gdk-pixbuf shared library
-gdkpixbuf = library('gdk-pixbuf-2.0',
+gdkpixbuf = library('gdk_pixbuf-2.0',
gdkpixbuf_sources + gdkpixbuf_enums + gdkpixbuf_marshals,
soversion: soversion,
version: libversion,