Author: pebender
Date: Fri Jul 3 04:38:14 2009
New Revision: 5108
Modified:
trunk/gar-minimyth/script/X11/libva/Makefile
Log:
- Disabled libva's dummy and i965 drivers, because the dummy driver is not
used and the i965 driver doesn't compile due to missing headers.
Modified: trunk/gar-minimyth/script/X11/libva/Makefile
==============================================================================
--- trunk/gar-minimyth/script/X11/libva/Makefile (original)
+++ trunk/gar-minimyth/script/X11/libva/Makefile Fri Jul 3 04:38:14 2009
@@ -46,6 +46,8 @@
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
+ --disable-dummy-driver \
+ --disable-i965-driver \
--disable-static \
--enable-shared \
--with-drivers-path="$(libdir)/va" \
@@ -61,5 +63,4 @@
post-install:
@rm -f $(DESTDIR)$(libdir)/libva.la
@rm -f $(DESTDIR)$(libdir)/libva-x11.la
- @rm -f $(DESTDIR)$(libdir)/va/dummy_drv_video.la
@$(MAKECOOKIE)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---