raspberrypi / userland

Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
BSD 3-Clause "New" or "Revised" License
2.05k stars 1.09k forks source link

all host_applications: remove non-existent projects #661

Open twoerner opened 4 years ago

twoerner commented 4 years ago

The ALL_APPS symbol will optionally build an additional set of projects, however, several of them don't exist anymore. Remove them from the list of ALL_APPS.

Signed-off-by: Trevor Woerner twoerner@gmail.com

pelwell commented 4 years ago

vcdbg and edidparser do exist, but only in our internal firmware repo (of which this repo is a subset). libs/elftoolchain has gone though, so you can delete that CMakeLists line.

twoerner commented 4 years ago

Ah, thanks for the explanation. That explains why several apparently removed projects were still referenced in the CMakefile.txt. I'll prepare an update.

twoerner commented 4 years ago

Updated.

pelwell commented 4 years ago

That looks good to me.

@popcornmix ?