gnu: v4l-utils: Build with gnu++11.
* gnu/packages/video.scm (v4l-utils)[arguments]: Add configure-flag.
This commit is contained in:
parent
0cd27c65e3
commit
2cef0f7cc3
|
@ -1396,7 +1396,8 @@ tools, XML authoring components, and an extensible plug-in based API.")
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
(list (string-append "--with-udevdir="
|
(list (string-append "--with-udevdir="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/udev"))))
|
"/lib/udev")
|
||||||
|
"CXXFLAGS=-std=gnu++11")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue