diff options
| author | Ray San <raysan5@gmail.com> | 2017-11-07 13:02:15 +0100 |
|---|---|---|
| committer | Ray San <raysan5@gmail.com> | 2017-11-07 13:02:15 +0100 |
| commit | 0eb222bda163fab2e70ac0b2dbe27547e490c46c (patch) | |
| tree | d225a091aa6c70fd8930804c69ce1ea80a7291f9 /examples | |
| parent | 99d3803d164bbf3549dadf9118951c8ff366d9c6 (diff) | |
| download | raylib-0eb222bda163fab2e70ac0b2dbe27547e490c46c.tar.gz raylib-0eb222bda163fab2e70ac0b2dbe27547e490c46c.zip | |
Issue with libraries renamed on Raspbian Stretch
libEGL and libGLESv2 have been renamed on latest Raspbian Stretch
version (also included on latest Jessie upgrade).
It seems to be done to avoid conflicts between official Mesa libs and
Broadcomm provided ones.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 485368c4..a3b3d9be 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -245,7 +245,7 @@ endif ifeq ($(PLATFORM),PLATFORM_RPI) # Libraries for Raspberry Pi compiling # NOTE: Required packages: libopenal1 - LDLIBS = -lraylib -lGLESv2 -lEGL -lpthread -lrt -lm -lbcm_host -lopenal + LDLIBS = -lraylib -lbrcmGLESv2 -lbrcmEGL -lpthread -lrt -lm -lbcm_host -lopenal endif ifeq ($(PLATFORM),PLATFORM_WEB) # Libraries for web (HTML5) compiling |
