Skip to content

Commit

Permalink
libmisc: Add EvSearchBox widget
Browse files Browse the repository at this point in the history
It's a simple search box containing also the evince search logic.
  • Loading branch information
Carlos Garcia Campos authored and Carlos Garcia Campos committed Apr 10, 2015
1 parent 64a171e commit 16314cd
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dnl Specify required versions of dependencies
CAIRO_REQUIRED=1.10.0
GLIB_REQUIRED=2.36.0
LIBSECRET_REQUIRED=0.5
GTK_REQUIRED=3.15.3
GTK_REQUIRED=3.16.0
NAUTILUS_REQUIRED=2.91.4

AC_SUBST([GLIB_REQUIRED])
Expand Down
4 changes: 3 additions & 1 deletion libmisc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ libevmisc_la_SOURCES = \
ev-page-action.c \
ev-page-action.h \
ev-page-action-widget.c \
ev-page-action-widget.h
ev-page-action-widget.h \
ev-search-box.c \
ev-search-box.h

libevmisc_la_CFLAGS = \
-DEVINCEDATADIR=\"$(pkgdatadir)\" \
Expand Down
Loading

0 comments on commit 16314cd

Please sign in to comment.