Add missing dependency on libdl.

Everything I'd linked against the library so far already had a libdl
dependency (through libX11, for example), so I hadn't noticed.
macos/v1.5.9
Eric Anholt 11 years ago
parent 5a39b7abe2
commit 17e5c307f5
  1. 1
      src/Makefile.am

@ -119,6 +119,7 @@ libepoxy_la_LDFLAGS = \
libepoxy_la_LIBADD = \ libepoxy_la_LIBADD = \
$(EPOXY_LINK_LIBS) \ $(EPOXY_LINK_LIBS) \
$(DLOPEN_LIBS) \
$() $()
if BUILD_EGL if BUILD_EGL

Loading…
Cancel
Save