qt55.qtx11extras: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel
2016-01-31 21:15:03 -06:00
parent 27824e3332
commit 055b1b86c5
@@ -3,4 +3,7 @@
qtSubmodule {
name = "qtx11extras";
qtInputs = [ qtbase ];
postFixup = ''
fixQtModuleCMakeConfig "X11Extras"
'';
}