From e57a55332d1b57cc63f4e0ffddd2411fd7f252ce Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Tue, 12 Aug 2003 14:52:49 +0000 Subject: Disable building video_out_pgx64 if X11 isn't available. CVS patchset: 5280 CVS date: 2003/08/12 14:52:49 --- src/video_out/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index d1a43dd75..dfec8b930 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -23,16 +23,15 @@ endif #if HAVE_OPENGL #opengl_module = xineplug_vo_out_opengl.la #endif +if HAVE_SUNFB +pgx64_module = xineplug_vo_out_pgx64.la +endif endif if HAVE_VIDIX vidix_module = xineplug_vo_out_vidix.la endif -if HAVE_SUNFB -pgx64_module = xineplug_vo_out_pgx64.la -endif - if HAVE_AA aa_module = xineplug_vo_out_aa.la endif -- cgit v1.2.3