Skip to content

Commit 0e59ee2

Browse files
[SWAY] Avizo build 1.2 (#2)
1 parent cf65d11 commit 0e59ee2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

recipes/sway/layers/avizo.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
LAYER:=avizo
22
include $(DEFINE_LAYER)
33

4-
avizo:=$(LSTAMP)/avizo
4+
avizo_GIT_REF?=1.2
5+
6+
aizo:=$(LSTAMP)/avizo
57

68
$(L) += $(avizo)
79

810
DEB_PACKAGES += valac
911

10-
$(call git_clone, avizo, https://github.com/misterdanb/avizo.git, 1.0)
12+
$(call git_clone, avizo, https://github.com/misterdanb/avizo.git, $(avizo_GIT_REF))
1113

1214
DEPENDS += glib
1315
DEPENDS += sway

recipes/sway/recipe.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ifeq ($(DISTRO_VER),18.04)
2828
CONFIG_LIBALSA:=y
2929
CONFIG_LIBGEOCLUE:=y
3030
CONFIG_GLIB:=y
31+
avizo_GIT_REF:=1.0
3132
export CFLAGS:=-Wno-error=deprecated-declarations
3233
endif
3334

0 commit comments

Comments
 (0)