enlightenment.{enlightenment,ephoto,rage,terminology}: use default pkgconfig

With efl-1.23.1 built with meson the native pkgconfig is not needed
anymore, and building fails with it.
This commit is contained in:
José Romildo Malaquias
2019-10-26 10:47:11 -03:00
parent 51cf860553
commit ac93f9bd33
4 changed files with 4 additions and 4 deletions
@@ -17,10 +17,10 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
(pkgconfig.override { vanilla = true; })
gettext gettext
meson meson
ninja ninja
pkgconfig
]; ];
buildInputs = [ buildInputs = [
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
(pkgconfig.override { vanilla = true; }) pkgconfig
mesa.dev # otherwise pkg-config does not find gbm mesa.dev # otherwise pkg-config does not find gbm
makeWrapper makeWrapper
]; ];
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
(pkgconfig.override { vanilla = true; }) pkgconfig
mesa.dev mesa.dev
wrapGAppsHook wrapGAppsHook
]; ];
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
(pkgconfig.override { vanilla = true; }) pkgconfig
makeWrapper makeWrapper
]; ];