gnu: libxi: Propagate inputs inputproto and libx11.
authorAndreas Enge <andreas@enge.fr>
Mon, 30 Sep 2013 21:35:01 +0000 (23:35 +0200)
committerAndreas Enge <andreas@enge.fr>
Mon, 30 Sep 2013 21:35:01 +0000 (23:35 +0200)
* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11,
    as stipulated by xi.pc.

gnu/packages/xorg.scm

index df535c1..8936b3f 100644 (file)
@@ -4071,11 +4071,11 @@ tracking.")
             "029ihw4jq8mng8rx7a3jdvq64jm1zdkqidca93zmxv4jf9yn5qzj"))))
     (build-system gnu-build-system)
     (propagated-inputs
-      `(("libxext" ,libxext)))
+      `(("inputproto" ,inputproto)
+        ("libx11" ,libx11)
+        ("libxext" ,libxext)))
     (inputs
       `(("xproto" ,xproto)
-        ("libx11" ,libx11)
-        ("inputproto" ,inputproto)
         ("pkg-config" ,pkg-config)))
     (home-page "http://www.x.org/wiki/")
     (synopsis "xorg implementation of the X Window System")