Skip to content

Commit e174455

Browse files
committed
Add libgif-dev to Dockerfile and check for gif_lib.h in configure
1 parent 18acafe commit e174455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ AX_CHECK_BASH_COMPLETION
129129
AX_CHECK_ZSH_COMPLETION
130130

131131
# Checks for header files.
132-
AC_CHECK_HEADERS([fcntl.h float.h inttypes.h limits.h locale.h netinet/in.h paths.h stddef.h stdint.h stdlib.h string.h sys/param.h sys/socket.h sys/time.h unistd.h], , [AC_MSG_FAILURE([cannot find the $ac_header header, which i3lock requires])])
132+
AC_CHECK_HEADERS([fcntl.h float.h inttypes.h limits.h locale.h netinet/in.h paths.h stddef.h stdint.h stdlib.h string.h sys/param.h sys/socket.h sys/time.h unistd.h gif_lib.h], , [AC_MSG_FAILURE([cannot find the $ac_header header, which i3lock requires])])
133133

134134
AC_CONFIG_FILES([Makefile])
135135

travis/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && \
1919
build-essential clang git autoconf automake libxcb-randr0-dev pkg-config libpam0g-dev \
2020
libcairo2-dev libxcb1-dev libxcb-dpms0-dev libxcb-image0-dev libxcb-util0-dev \
2121
libxcb-xrm-dev libev-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev \
22-
libxkbcommon-x11-dev clang-format-9 && \
22+
libxkbcommon-x11-dev clang-format-9 libgif-dev && \
2323
rm -rf /var/lib/apt/lists/*
2424

2525
WORKDIR /usr/src

0 commit comments

Comments
 (0)