[PATCH] Add -lwayland-server flag
EdB
edb at sigluy.net
Wed Mar 2 12:22:57 PST 2011
Hello
As Benjamin Franzke tell me on irc this is not mandadory
my mesa build was not that up to date
On Wednesday, March 02, 2011 07:13:55 pm EdB wrote:
> Signed-off-by: EdB <edb at sigluy.net>
> ---
> clients/Makefile.am | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/clients/Makefile.am b/clients/Makefile.am
> index ee61efd..19a8bce 100644
> --- a/clients/Makefile.am
> +++ b/clients/Makefile.am
> @@ -30,7 +30,7 @@ libtoytoolkit_a_SOURCES = \
>
> toolkit_libs = \
> libtoytoolkit.a \
> - $(CLIENT_LIBS) -lrt -lm
> + $(CLIENT_LIBS) -lrt -lm -lwayland-server
>
> gears_SOURCES = gears.c
> gears_LDADD = $(toolkit_libs)
> @@ -57,7 +57,7 @@ resizor_SOURCES = resizor.c
> resizor_LDADD = $(toolkit_libs)
>
> simple_client_SOURCES = simple-client.c
> -simple_client_LDADD = $(SIMPLE_CLIENT_LIBS) -lm
> +simple_client_LDADD = $(SIMPLE_CLIENT_LIBS) -lm -lwayland-server
>
> eventdemo_SOURCES = eventdemo.c
> eventdemo_LDADD = $(toolkit_libs)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20110302/2f74397f/attachment.pgp>
More information about the wayland-devel
mailing list