qt54.qtx11extras: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-29 08:41:43 -06:00
parent a67c2ded6b
commit 669dcb3485

View File

@ -3,4 +3,7 @@
qtSubmodule {
name = "qtx11extras";
qtInputs = [ qtbase ];
postFixup = ''
fixQtModuleCMakeConfig "X11Extras"
'';
}