Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "qubes-common"]
path = qubes-common
url = git@github.com:locriacyber/qubes-gui-common.git
branch = xinput2
3 changes: 3 additions & 0 deletions archlinux/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.tar.zst
/src/
/pkg/
1 change: 1 addition & 0 deletions gui-agent/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
qubes_gui
qubes-gui
2 changes: 1 addition & 1 deletion gui-agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#

CC ?= gcc
CFLAGS += -I../include/ `pkg-config --cflags vchan` -g -Wall -Wextra -Werror -pie -fPIC
CFLAGS += -I../qubes-common/include -I../include/ `pkg-config --cflags vchan` -g -Wall -Wextra -Werror -pie -fPIC
OBJS = vmside.o \
../gui-common/txrx-vchan.o ../gui-common/error.o ../common/list.o ../gui-common/encoding.o
LIBS = -lX11 -lXdamage -lXcomposite -lXfixes `pkg-config --libs vchan` -lqubesdb
Expand Down
Loading