On 12.1.2015 5:47, [email protected] wrote:
Author: chris
Date: Sun Jan 11 20:47:27 2015
New Revision: 15333

Log:
libnotify no longer needs GTK


Modified: trunk/BOOK/x/lib/libnotify.xml
==============================================================================
--- trunk/BOOK/x/lib/libnotify.xml      Sun Jan 11 15:11:07 2015        (r15332)
+++ trunk/BOOK/x/lib/libnotify.xml      Sun Jan 11 20:47:27 2015        (r15333)
@@ -75,11 +75,6 @@

      <bridgehead renderas="sect3">libnotify Dependencies</bridgehead>

-    <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required">
-      <xref linkend="gtk3"/>
-    </para>
-
      <bridgehead renderas="sect4">Optional (Required if building 
GNOME)</bridgehead>
      <para role="optional">
        <xref linkend="gobject-introspection"/>


https://git.gnome.org/browse/libnotify/tree/configure.ac#n92

Apparently it does. PKG_CHECK_MODULES specified like that will cause configure to fail if the package wasn't found.

It seems however that gtk+ isn't required for the library, but for the some kind of tests which you can't disable, as PKG_CHECK_MODULES isn't in any kind of conditional.

gdk-pixbuf on the other hand is required for the library.
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to