attempt to fix xwayland frac scale: 69420
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 56s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-13 12:28:56 -04:00
parent ff5e7ba00a
commit 28cb5dc138
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
11
12

5
debian/rules vendored
View File

@ -4,9 +4,8 @@ include /usr/share/dpkg/default.mk
built_binaries := $(shell dh_listpackages)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
export DEB_BUILD_MAINT_OPTIONS = -Wno-error
export DPKG_GENSYMBOLS_CHECK_LEVEL = 0
# Following upstream method to compute the API version
MUTTER_MAJOR_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/[~.].*//')