diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 07:39:04 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 07:39:04 +0000 |
| commit | 45a3713ea89f040a2f73bee9ad8b060eedda2ff7 (patch) | |
| tree | 1bfccef3824de6c4d5232bfa4fd937a389669be0 /repos/extra/imv/abuild | |
| parent | 7c79c95f3ccbbf8effee3333a95dd9ae07ca6649 (diff) | |
| download | alicelinux-45a3713ea89f040a2f73bee9ad8b060eedda2ff7.tar.gz alicelinux-45a3713ea89f040a2f73bee9ad8b060eedda2ff7.zip | |
imv: updated to 5.0.1
Diffstat (limited to 'repos/extra/imv/abuild')
| -rw-r--r-- | repos/extra/imv/abuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/repos/extra/imv/abuild b/repos/extra/imv/abuild index 395350b8..ae335c52 100644 --- a/repos/extra/imv/abuild +++ b/repos/extra/imv/abuild @@ -1,6 +1,5 @@ name=imv -version=5.0.0 +version=5.0.1 release=1 source="imv-${version}.tar.gz::https://git.sr.ht/~exec64/${name}/archive/v${version}.tar.gz" -[ -f $SPM_PKGDB/libx11 ] && build_opt="-Dwindows=x11" -[ -f $SPM_PKGDB/wayland ] && build_opt="-Dwindows=wayland" +build_opt="-Dwindows=wayland" |