gnu: Move pkg-config to native inputs.

* gnu/packages/xiph.scm (ao)[native-inputs]: Move pkg-config from
inputs.
* gnu/packages/xorg.scm (xf86-video-geode)[native-inputs]: Likewise.
master
Mathieu Lirzin 2015-11-23 10:44:53 +01:00
parent cd08fe4259
commit d4fe27fe2c
2 changed files with 7 additions and 5 deletions

View File

@ -166,9 +166,11 @@ stereo encoding, and voice activity detection.")
;; XXX: Should back-ends be pushed to different outputs? For instance, ;; XXX: Should back-ends be pushed to different outputs? For instance,
;; "out" would include only the ALSA back-end, while "pulse" would ;; "out" would include only the ALSA back-end, while "pulse" would
;; contain 'lib/ao/plugins-4/libpulse.*'. ;; contain 'lib/ao/plugins-4/libpulse.*'.
(inputs `(("pkg-config" ,pkg-config) (inputs
("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("pulseaudio" ,pulseaudio))) ("pulseaudio" ,pulseaudio)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(synopsis "Cross platform audio library") (synopsis "Cross platform audio library")
(description (description
"Libao is a cross-platform audio library that allows programs to "Libao is a cross-platform audio library that allows programs to

View File

@ -2710,8 +2710,8 @@ framebuffer device.")
"19y13xl7yfrgyis92rmxi0ld95ajgr5il0n9j1dridwzw9aizz1q")) "19y13xl7yfrgyis92rmxi0ld95ajgr5il0n9j1dridwzw9aizz1q"))
(patches (list (search-patch "xf86-video-geode-glibc-2.20.patch"))))) (patches (list (search-patch "xf86-video-geode-glibc-2.20.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("pkg-config" ,pkg-config) (inputs `(("xorg-server" ,xorg-server)))
("xorg-server" ,xorg-server))) (native-inputs `(("pkg-config" ,pkg-config)))
(supported-systems (supported-systems
;; This driver is only supported on i686 systems. ;; This driver is only supported on i686 systems.
(filter (lambda (system) (string-prefix? "i686-" system)) (filter (lambda (system) (string-prefix? "i686-" system))