Skip to content

Commit

Permalink
fontforge: Adjusting DETAILS. Switching out the zeromq optional_depen…
Browse files Browse the repository at this point in the history
…ds to czmq.

czmq depends on zeromq but fontforge is looking for some C bindings provided by
czmq.
  • Loading branch information
stumbles committed Jun 4, 2015
1 parent 0203004 commit f93b1a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion graphics/fontforge/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
OPTS+=" --disable-static \
--enable-tile-path \
--enable-python-extension" &&
# --enable-gb12345 \

default_build
2 changes: 1 addition & 1 deletion graphics/fontforge/DEPENDS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ optional_depends %JPEG "--with-libjpeg" "--without-libjpeg" "for JPEG support
optional_depends "giflib" "--with-giflib" "--without-giflib" "for GIF support"
optional_depends "libpng" "--with-libpng" "--without-libpng" "for PNG support"
optional_depends "tiff" "--with-libtiff" "--without-libtiff" "for TIFF support"
optional_depends "zeromq" "--with-libzmq" "--without-libzmq" "for ZeroMQ TLS support"
optional_depends "czmq" "--with-libzmq" "--without-libzmq" "for czmq C binding and ZeroMQ TLS support"
optional_depends "cairo" "--with-cairo" "--without-cairo" "for cairo support"

optional_depends "gtk+-2" "--enable-gtk2-use" "" "for GTK2 support"
Expand Down

0 comments on commit f93b1a9

Please sign in to comment.