Skip to content

Commit

Permalink
evince: optional GConf & bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Aug 18, 2012
1 parent f96790a commit 2ae2dce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions desktop/evince/BUILD
Expand Up @@ -6,7 +6,11 @@
# Fixes segfault when closing
patch_it $SOURCE3 1 &&

# Fixes linking problem with session management
sedit "s:\((SHELL_LIBS)\):\1 -lICE:" shell/Makefile.in &&

OPTS+=" --enable-comics --enable-impress --enable-pixbuf" &&

LIBS+="-lz" \
default_build

Expand Down
4 changes: 3 additions & 1 deletion desktop/evince/DEPENDS
Expand Up @@ -2,7 +2,9 @@ depends poppler
depends gnome-icon-theme
depends gnome-doc-utils
#this should be optional, but currently doesn't compile without
depends GConf
optional_depends "GConf" \
"--with-gconf" "--without-gconf" \
"GConf support"

optional_depends "tiff" \
"--enable-tiff" \
Expand Down

0 comments on commit 2ae2dce

Please sign in to comment.