Author: beatle Date: 2006-10-20 15:07:36 -0400 (Fri, 20 Oct 2006) New Revision: 3866
Modified: branches/experimental/mesa/configs/debian-swx11+glu-default Log: Enable building the GLw libraries. Modified: branches/experimental/mesa/configs/debian-swx11+glu-default =================================================================== --- branches/experimental/mesa/configs/debian-swx11+glu-default 2006-10-20 17:51:36 UTC (rev 3865) +++ branches/experimental/mesa/configs/debian-swx11+glu-default 2006-10-20 19:07:36 UTC (rev 3866) @@ -4,8 +4,11 @@ CONFIG_NAME = debian-swx11+glu-default -SRC_DIRS = mesa glu +SRC_DIRS = mesa glu glw DRIVER_DIRS = x11 +GLW_SOURCES += GLwMDrawA.c +GLW_LIB_DEPS += -lXm + # vim: ft=make -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

