[mutter] configure: Group X11 libraries at the end



commit 9ecbac365b420e9b06205ed335f5071a8a88f6f2
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Aug 21 10:15:20 2014 -0400

    configure: Group X11 libraries at the end

 configure.ac |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f685587..84a9aad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,14 +76,18 @@ MUTTER_PC_MODULES="
    pango >= 1.2.0
    cairo >= 1.10.0
    gsettings-desktop-schemas >= 3.7.3
-   xcomposite >= 0.2 xfixes xext xdamage xi >= 1.6.0
-   xcursor
    $CLUTTER_PACKAGE >= 1.19.5
    clutter-egl-1.0
    cogl-1.0 >= 1.17.1
    libinput
    upower-glib >= 0.99.0
    gnome-desktop-3.0
+   xcomposite >= 0.2
+   xcursor
+   xdamage
+   xext
+   xfixes
+   xi >= 1.6.0
    xkbfile
    xkeyboard-config
    xkbcommon >= 0.4.3


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