mirror of
https://github.com/polybar/polybar.git
synced 2026-03-29 19:46:49 +00:00
xpp: Update submodule (#2125)
* xpp: Update submodule * aur: Force system python in polybar-git This should resolve problems on systems with conda or pyenv enabled that would otherwise not pick up xcbgen properly
This commit is contained in:
@ -31,7 +31,8 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "${_pkgname}/build" || exit 1
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||
# Force cmake to use system python (to detect xcbgen)
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DPYTHON_EXECUTABLE=/usr/bin/python3 ..
|
||||
cmake --build .
|
||||
}
|
||||
|
||||
|
||||
2
lib/xpp
2
lib/xpp
Submodule lib/xpp updated: 0d927ee0e7...044e69d05d
Reference in New Issue
Block a user