This patch let me compile enna: --- enna-0.4.1~r3557.orig/src/bin/Makefile.am +++ enna-0.4.1~r3557/src/bin/Makefile.am @@ -62,7 +62,7 @@ else enna_SOURCES += mediaplayer.c endif -enna_LDADD = @ENNA_LIBS@ @LIBCDDB_LIBS@ @LIBPLAYER_LIBS@ +enna_LDADD = @ENNA_LIBS@ @LIBCDDB_LIBS@ @LIBPLAYER_LIBS@ -leina -lm -lecore_x -lX11 -lecore_input enna_LDFLAGS = -rdynamic if BUILD_BACKEND_LIBPLAYER @@ -227,7 +227,7 @@ utils.c\ buffer.c\ image.c -enna_thumb_LDADD = @ENNA_LIBS@ +enna_thumb_LDADD = @ENNA_LIBS@ -leina -lm if BUILD_LIBSVDRP enna_thumb_LDADD += @LIBSVDRP_LIBS@
I think that the patch could be cleaner by using @LIB...@ variables instead of -leina, -lecore_x, -lecore_input. Fabrice -- Please sync enna 0.4.1~r3557-1 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/604452 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
