gnu: avidemux: Build with modular qt.

* gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase,
qttools.
master
Efraim Flashner 2019-03-03 19:57:48 +02:00
parent ae63b2c582
commit 3261a73280
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -1794,9 +1794,8 @@ for use with HTML5 video.")
("perl" ,perl)
("pulseaudio" ,pulseaudio)
("python" ,python-wrapper)
("qt" ,qt) ; FIXME: reenable modular qt after update - requires building
;("qtbase" ,qtbase) with -std=gnu++11.
;("qttools" ,qttools)
("qtbase" ,qtbase)
("qttools" ,qttools)
("sdl" ,sdl)
("sqlite" ,sqlite)
("yasm" ,yasm)