From: Brian Paul Date: Wed, 25 Aug 2004 14:51:18 +0000 (+0000) Subject: remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be9b759ab05b6d3f837716daec3ec32b4ffe7a9b;p=mesa.git remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX program --- diff --git a/progs/samples/Makefile b/progs/samples/Makefile index 463fd5a0c57..36de6e28cf2 100644 --- a/progs/samples/Makefile +++ b/progs/samples/Makefile @@ -11,11 +11,6 @@ PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \ font line logo nurb olympic overlay point prim quad select \ shape sphere star stencil stretch texture tri wave -ifeq ($(CONFIG_NAME), beos) - LIB_DEP = $(APP_LIB_DEPS) -else - PROGS += oglinfo -endif ##### RULES #####