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
|
||||
(list (string-append "--with-udevdir="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib/udev"))))
|
||||
"/lib/udev")
|
||||
"CXXFLAGS=-std=gnu++11")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in New Issue