diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-25 09:57:00 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-25 09:57:00 +0000 |
commit | 22f42af9b5fe553d1968446ccdd37ccff38ca51e (patch) | |
tree | 66f32585db8e80785de301192d8a9548a75cacf2 /x11/Makefile | |
parent | 43203d05d484fde03b7b2d515e77b66188e2a25e (diff) | |
download | pkgsrc-22f42af9b5fe553d1968446ccdd37ccff38ca51e.tar.gz |
x11: Enable gtk4
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 7732b8e00ab..87a134344c8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.918 2021/02/24 18:39:30 hauke Exp $ +# $NetBSD: Makefile,v 1.919 2021/02/25 09:57:00 ryoon Exp $ # COMMENT= Packages to support the X window system @@ -91,6 +91,7 @@ SUBDIR+= gtk2-engines-murrine SUBDIR+= gtk2-theme-switch SUBDIR+= gtk3 SUBDIR+= gtk3-engines-unico +SUBDIR+= gtk4 SUBDIR+= gtkada SUBDIR+= gtkdatabox SUBDIR+= gtkglarea |