aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/exp/shiny/driver/x11driver/shm_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/exp/shiny/driver/x11driver/shm_other.go')
-rw-r--r--vendor/golang.org/x/exp/shiny/driver/x11driver/shm_other.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/golang.org/x/exp/shiny/driver/x11driver/shm_other.go b/vendor/golang.org/x/exp/shiny/driver/x11driver/shm_other.go
index d09994f..fa071c3 100644
--- a/vendor/golang.org/x/exp/shiny/driver/x11driver/shm_other.go
+++ b/vendor/golang.org/x/exp/shiny/driver/x11driver/shm_other.go
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build !linux
-// +build !dragonfly
-// +build !openbsd
+//go:build !linux && !dragonfly && !openbsd
+// +build !linux,!dragonfly,!openbsd
package x11driver