use build tag for x11
This commit is contained in:
parent
5fe430b3f2
commit
e73a18710b
5 changed files with 5 additions and 5 deletions
|
|
@ -45,7 +45,7 @@
|
|||
],
|
||||
"buildsystem" : "simple",
|
||||
"build-commands" : [
|
||||
". /usr/lib/sdk/golang/enable.sh; env GOPATH=\"$(pwd)\" go build github.com/unrud/remote-touchpad",
|
||||
". /usr/lib/sdk/golang/enable.sh; env GOPATH=\"$(pwd)\" go build -tags x11 github.com/unrud/remote-touchpad",
|
||||
"install -Dm0755 -t /app/bin remote-touchpad",
|
||||
"install -Dm0755 -t /app/bin src/github.com/unrud/remote-touchpad/desktop/remote-touchpad-wait-on-error",
|
||||
"install -Dm0644 -t /app/share/appdata src/github.com/unrud/remote-touchpad/desktop/remote-touchpad.appdata.xml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue