I was about to built openFrameworks from source but... gconf #7547
Unanswered
whitequill
asked this question in
Q&A
Replies: 1 comment
|
openFrameworks itself doesn’t actively rely on gconf by design. It’s usually pulled in indirectly, through older GTK / GStreamer / system dependencies that OF supports for backward compatibility on Linux. Even though gconf is deprecated, it may still appear because: If you’re on a modern system, gconf is often not actually used at runtime, just linked. Newer setups tend to move toward dconf / GSettings, and this dependency is slowly disappearing as upstream libraries are updated. So it’s more about legacy system compatibility than an architectural choice by openFrameworks. Hope that clears it up 👍 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I just pulled openFrameworks from git then I found that it uses gconf. Why does openFrameworks use a depreciated configuration database system?
All reactions