summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2021-12-29 10:14:31 +0800
committervitalyr2021-12-29 10:14:31 +0800
commit1c6e3441a992316d4702d6ff027d769f7749d2a0 (patch)
treee40495e3ebbba0b2f189c94e678b45d944ec2029
parentcd5ab73d2b0b323a192b9947bee9d6becb59c5e9 (diff)
downloadaur-1c6e3441a992316d4702d6ff027d769f7749d2a0.tar.gz
Enable xwidgets with pgtk, thanks to Po Lu!
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14b974b8e86..509e87c92f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,7 @@ pkgbase = emacs-native-comp-git-enhanced
depends = libjpeg-turbo
depends = giflib
depends = alsa-lib
+ depends = webkit2gtk
depends = gpm
provides = emacs
provides = emacs-git
diff --git a/PKGBUILD b/PKGBUILD
index 9401f02e78af..f2ca25256e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -85,8 +85,8 @@ ALSA="YES" # Linux sound support.
NOCAIRO= # Disable here.
-XWIDGETS= # Use GTK+ widgets pulled from webkit2gtk. Usable.
- # Xwidgets are not supported by pgtk, for now.
+XWIDGETS="YES" # Use GTK+ widgets pulled from webkit2gtk. Usable.
+ # Thanks to Po Lu, xwidgets supports pgtk now!
PGTK="YES" # Wayland is awesome!