mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
qt55.qtmultimedia: fix Qt module CMake config files
This commit is contained in:
parent
89dc8118b4
commit
ea0794696f
1 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,8 @@ qtSubmodule {
|
|||
pkgconfig alsaLib gstreamer gst-plugins-base libpulseaudio
|
||||
];
|
||||
configureFlags = "GST_VERSION=1.0";
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "Multimedia"
|
||||
fixQtModuleCMakeConfig "MultimediaWidgets"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue