Add pkg-config to PATH for pywayland build

This commit is contained in:
Celes Renata
2025-12-12 10:45:32 -08:00
parent b4f4f250bb
commit f5e3dd60a6
+2 -2
View File
@@ -54,8 +54,8 @@ let
echo "📦 Installing Python packages with proper library linking..." echo "📦 Installing Python packages with proper library linking..."
source "$VENV_PATH/bin/activate" source "$VENV_PATH/bin/activate"
# Add cmake to PATH for building material-color-utilities # Add cmake and pkg-config to PATH for building Python packages
export PATH="${pkgs.cmake}/bin:$PATH" export PATH="${pkgs.cmake}/bin:${pkgs.pkg-config}/bin:$PATH"
export CMAKE_GENERATOR="Unix Makefiles" export CMAKE_GENERATOR="Unix Makefiles"
# Upgrade pip first # Upgrade pip first