summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGabor Karsay <gabor.karsay@gmx.at>2019-10-26 12:53:35 +0200
committerBastien Nocera <hadess@hadess.net>2022-08-18 15:34:29 +0200
commit21b0a07ad84d3541a812197c565f376b3a4afacc (patch)
treec3545f10a4fb8e66acd6d415b660eb99eafb346a /meson.build
parentbdcf1baed35e1abe410136c12f9160ce3253c42a (diff)
downloadtotem-21b0a07ad84d3541a812197c565f376b3a4afacc.tar.gz
main: Make search entry keyboard navigable
Add a dropdown button next to the search entry to select the search source, instead of a tag. The button is now reachable through the keyboard via tab navigation. Co-authored: Bastien Nocera <hadess@hadess.net> Closes: #71
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c77dc828b..b9faf1abf 100644
--- a/meson.build
+++ b/meson.build
@@ -159,7 +159,6 @@ libgd = subproject(
'with-gtk-hacks=true',
'with-main-view=true',
'with-main-icon-view=true',
- 'with-tagged-entry=true',
]
)
libgd_dep = libgd.get_variable('libgd_dep')