Unverified Commit f74da3ad authored by K900's avatar K900 Committed by GitHub
Browse files

maliit-framework: fix build (#372607)

parents 4064465a 736b92c4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
  fetchFromGitHub,
  fetchpatch,

  qtbase,

  at-spi2-atk,
  at-spi2-core,
  libepoxy,
@@ -68,7 +70,7 @@ mkDerivation rec {
  ];

  cmakeFlags = [
    "-DQT5_PLUGINS_INSTALL_DIR=${placeholder "out"}/$qtPluginPrefix"
    "-DQT5_PLUGINS_INSTALL_DIR=${placeholder "out"}/${qtbase.qtPluginPrefix}"
  ];

  meta = with lib; {