progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.

That is, move

  progs/openvg/demos to progs/egl/openvg,
  progs/openvg/trivial to progs/egl/openvg/trivial.
This commit is contained in:
Chia-I Wu
2010-04-01 14:20:24 +08:00
parent 7f231cab2b
commit fc3ddd4b56
33 changed files with 3 additions and 2 deletions
@@ -1,4 +1,4 @@
# progs/vg/Makefile
# progs/egl/openvg/Makefile
TOP = ../../..
include $(TOP)/configs/current
@@ -1,7 +1,8 @@
# progs/egl/openvg/trivial/Makefile
# These programs aren't intended to be included with the normal distro.
# They're not too interesting but they're good for testing.
TOP = ../../../
TOP = ../../../..
include $(TOP)/configs/current
INCLUDES = -I. -I$(TOP)/include