gnu: efl: Update notes.
* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Update the notes for each input relating to which '.pc' file requires them.
This commit is contained in:
parent
84898ca224
commit
a0d0ff3519
|
@ -100,20 +100,20 @@
|
||||||
;; All these inputs are in package config files in section
|
;; All these inputs are in package config files in section
|
||||||
;; Require.private.
|
;; Require.private.
|
||||||
`(("bullet" ,bullet) ; ephysics.pc
|
`(("bullet" ,bullet) ; ephysics.pc
|
||||||
("dbus" ,dbus) ; eldbus.pc
|
("dbus" ,dbus) ; eldbus.pc, ethumb_client.pc
|
||||||
("eudev" ,eudev) ; eeze.pc
|
("eudev" ,eudev) ; eeze.pc
|
||||||
("fontconfig" ,fontconfig) ; evas.pc
|
("fontconfig" ,fontconfig) ; evas.pc, evas-cxx.pc
|
||||||
("freetype" ,freetype) ; evas.pc
|
("freetype" ,freetype) ; evas.pc, evas-cxx.pc
|
||||||
("fribidi" ,fribidi) ; evas.pc
|
("fribidi" ,fribidi) ; evas.pc, evas-cxx.pc
|
||||||
("glib" ,glib) ; ecore.pc
|
("glib" ,glib) ; ecore.pc, ecore-cxx.pc
|
||||||
("harfbuzz" ,harfbuzz) ; evas.pc, evas-cxx.pc
|
("harfbuzz" ,harfbuzz) ; evas.pc, evas-cxx.pc
|
||||||
("libpng" ,libpng) ; evas.pc, evas-cxx.pc
|
("libpng" ,libpng) ; evas.pc, evas-cxx.pc
|
||||||
("libsndfile" ,libsndfile) ; ecore-audio.pc, ecore-audio-cxx.pc
|
("libsndfile" ,libsndfile) ; ecore-audio.pc, ecore-audio-cxx.pc
|
||||||
("luajit" ,luajit) ; evas.pc, edje.pc
|
("luajit" ,luajit) ; edje.pc, edje-cxx.pc, elua.pc, evas.pc, evas-cxx.pc
|
||||||
("openssl" ,openssl) ; eet.pc, ecore-con.pc
|
("openssl" ,openssl) ; ecore-con.pc, eet.pc, eet-cxx.pc, emile.pc
|
||||||
("pulseaudio" ,pulseaudio) ; ecore-audio.pc, ecore-audio-cxx.pc
|
("pulseaudio" ,pulseaudio) ; ecore-audio.pc, ecore-audio-cxx.pc
|
||||||
("util-linux" ,util-linux) ; eeze.pc
|
("util-linux" ,util-linux) ; eeze.pc
|
||||||
("zlib" ,zlib))) ; eet.pc
|
("zlib" ,zlib))) ; emile.pc
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-silent-rules"
|
`(#:configure-flags '("--disable-silent-rules"
|
||||||
"--enable-liblz4"
|
"--enable-liblz4"
|
||||||
|
|
Loading…
Reference in New Issue