diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-28 12:25:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:49:08 +0200 |
commit | 80374355ab96fa73f2aee8971195faf3cf5985f5 (patch) | |
tree | fe4aa72179798af1957c3be8948eff18c6f308e9 /slideshow | |
parent | 3c41244209386e22b34cb8da2267383e0238e0ff (diff) |
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/Library_OGLTrans.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index c3c2b6d768c0..cf911a1d4f2a 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.mk @@ -100,10 +100,10 @@ $(eval $(call gb_Library_add_exception_objects,OGLTrans,\ slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl \ )) -$(eval $(call gb_Library_use_libraries,OGLTrans,\ - GL \ - GLU \ - X11 \ +$(eval $(call gb_Library_add_libs,OGLTrans,\ + -lGL \ + -lGLU \ + -lX11 \ )) endif |