[gdk-pixbuf] meson: Use the appropriate name for the shared library



commit c20bcb775dc81342a1179715710f66bf5bc4480f
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Aug 2 11:16:29 2017 +0100

    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.

 gdk-pixbuf/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/meson.build b/gdk-pixbuf/meson.build
index 3b690a0..81ea843 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]