i-rinat / freshplayerplugin

ppapi2npapi compatibility layer
MIT License
728 stars 52 forks source link

can switch gtk2 -> gtk3? #314

Closed wtry closed 8 years ago

wtry commented 8 years ago

can switch gtk2 -> gtk3?

i-rinat commented 8 years ago

Sure. When configuring with cmake, add -DWITH_GTK=3 parameter to command line. GTK+ 3 will used then.

Ensure, that software you are using are not trying to load GTK+ 2 (like Firefox in plugin-container does, for example), as GTK+ 2 and 3 are not designed to work together in the same address space.