qt55.qtx11extras: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-24 18:25:38 -06:00
parent 27824e3332
commit 055b1b86c5
1 changed files with 3 additions and 0 deletions

View File

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