From ec415e53bbe042df084bdb93117b2aef7cb779cd Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 28 Oct 2016 16:39:36 +0800 Subject: Fixed #3 by switching to the GLFW backend for SMELT. --- ChangeLog | 5 ++--- visualization/visualization.pro | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a77475a..aecc327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,5 @@ -2016-09-23 0.8.3 alpha -Add a set of icons for dark themes and a option to -change the icon theme. +2016-10-28 0.8.3 alpha +Fixed the dbus bug by switching to the GLFW backend for SMELT. 2016-09-16 0.8.3 alpha Minor bug fix. Update documentation. diff --git a/visualization/visualization.pro b/visualization/visualization.pro index b0be291..f8e4851 100644 --- a/visualization/visualization.pro +++ b/visualization/visualization.pro @@ -35,6 +35,6 @@ unix { } #well... INCLUDEPATH += /home/chrisoft/devel/BulletLabRemixIII/include/ /usr/include/freetype2 -LIBS += -L/home/chrisoft/devel/BulletLabRemixIII/smelt/sdl/ +LIBS += -L/home/chrisoft/devel/BulletLabRemixIII/smelt/glfw/ LIBS += -L/home/chrisoft/devel/BulletLabRemixIII/extensions/ -LIBS += -lstdc++ -lfreetype -lz -lsmeltext -lsmelt-dumb -lCxImage -ljpeg -lpng -lSDL2 +LIBS += -lstdc++ -lfreetype -lz -lsmeltext -lsmelt-dumb -lCxImage -ljpeg -lpng -lglfw -lGLEW -lGL -- cgit v1.2.3