Skip to content

Commit

Permalink
screenshot: Remove runtime dependency on emprint
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaiter committed May 12, 2018
1 parent a5a28e4 commit 1fdf82e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions screenshot/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ AC_SUBST(EDJE_CC)
AC_MSG_CHECKING([Which edje_cc to use])
AC_MSG_RESULT(${EDJE_CC})

AC_PATH_PROG(EMPRINT, "emprint", "", $PATH)
if test "$EMPRINT" = ""; then
AC_MSG_ERROR(emprint not found)
fi

datadir=$(pkg-config --variable=modules enlightenment)/${PACKAGE}
AC_ARG_ENABLE(homedir-install,
AS_HELP_STRING([--enable-homedir-install], [Install module in homedir]),
Expand Down

3 comments on commit 1fdf82e

@rbtylee
Copy link
Collaborator

@rbtylee rbtylee commented on 1fdf82e Jun 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't emprint have to be installed in order for this module to work?

@thewaiter
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#26

@rbtylee
Copy link
Collaborator

@rbtylee rbtylee commented on 1fdf82e Jun 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok got it.

Please sign in to comment.