# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/snes9x/snes9x.conf # Copyright (C) 2022 - 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append GCC_WRAPPER_INSERT ' ' "-c?:-L`pkgprefix libdir libx11`" if pkginstalled gtkmm3; then hook_add preconf 5 "cd gtk" pkginstalled portaudio || var_append cmakeopt ' ' -DUSE_PORTAUDIO=OFF var_append GCC_WRAPPER_APPEND ' ' "-L$root$(pkgprefix libdir gtkmm3)" else hook_add preconf 5 "cd unix" var_append GCC_WRAPPER_INSERT ' ' "-c?:-L`pkgprefix libdir libx11`" makeinstopt= hook_add postmake 5 "install snes9x $root$bindir/" fi