diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-03-03 19:57:48 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-03-03 22:09:51 +0200 |
commit | 3261a732804f7bcaa90279072cdc7e60afd62dd5 (patch) | |
tree | c78bfdfbb61a13800be6155bfbd5faac18dc5b82 /gnu/packages/video.scm | |
parent | ae63b2c582d565fe7c3f7a18d9b9c1f1ee438931 (diff) | |
download | patches-3261a732804f7bcaa90279072cdc7e60afd62dd5.tar patches-3261a732804f7bcaa90279072cdc7e60afd62dd5.tar.gz |
gnu: avidemux: Build with modular qt.
* gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase,
qttools.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 782f6a0c64..bf9cb155f2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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) |